home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
ddjcomp.lha
/
urban
/
backhash.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-29
|
157 b
|
8 lines
backhash() {
unsigned int d;
d=(TSIZE+at-to)%TSIZE;
hk=(HKSIZE+hk-hd[d][t[to]].k)%HKSIZE;
hv=(HVSIZE+hv-hd[d][t[to]].v)%HVSIZE;
to=(1+to)%TSIZE;
}